Gets or sets algorithmic order filled quantity.
Syntax
Visual Basic (Declaration) | |
---|
Public Property FilledQuantity As ULong |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ICBG_AlgorithmicOrder
Dim value As ULong
instance.FilledQuantity = value
value = instance.FilledQuantity |
C# | |
---|
public ulong FilledQuantity {get; set;} |
C++/CLI | |
---|
public:
property ulong FilledQuantity {
ulong get();
void set ( ulong value);
} |
Property Value
New value of the filed quantity of algorithmic order to setFilled quantity of algorithmic order